*,ol,ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: 
    #333;
}
a:hover{
    text-decoration: none;
    color: #007bff;
}
.nav{
    box-shadow: 0 1px 1px 0 #ccc;
}

.nav > div{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav img{
    display: block;
    width: 100%;
    height: 100%;
}
.nav h1{
    width: 200px;
    height: 80px;
    margin: 0;
}
.nav ul{
    display: flex;
    width: calc(100% - 230px);
    justify-content: space-around;
}
.nav ul > li > a{
    /* padding: 0 15px; */
    display: block;
    height: 100px;
    line-height: 100px;
    color: #333;
    transition: all .2s linear;
}
.nav ul > li > a:hover{
    /* background-color: #fff; */
    color: #007bff;
}

/* ********* */
main{
    width: 1200px;
    margin: 30px auto 0;
}
header{
    display: flex;
    justify-content: space-between;
    height: 410px;
    overflow: hidden;
}
#demo .carousel-item img{
    height: 410px;
    width:685px;
}
header > .hea_lef{
    width: 57%;
}
header > .hea_rig{
    width: 40%;
}
.hea_rig > h1 {
    position: relative;
}
.hea_rig > h1 a{
    font-size: 26px;
}
/* .hea_rig > h1 a:hover{
    color: red;
    text-decoration: none;
} */
.hea_rig .see{
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 12px;
}
.hea_rig ul{
    display: flex;
    flex-direction: column;
    height: 354px;
    justify-content: space-around;
}
.hea_rig li{
    /* height: 32px; */
    display: flex;
    align-items: center;
}
/* .hea_rig li a:hover{
    color: red;
} */
.hea_rig li a{
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.hea_rig i{
    color: #ccc;
    border-radius: 50%;
    background-color: #aaa;
    display:block;
    width: 19px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    margin-right: 10px;
}
.hea_rig li:nth-child(1) i{
    background-color: red;
}
.hea_rig li:nth-child(2) i{
    background-color: orangered;
}
.hea_rig li:nth-child(3) i{
    background-color: rgb(231, 211, 95);
}
/* ***** */
.towh{
    margin: 20px 0;
    padding-left: 20px;
    font-size: 24px;
    position: relative;
}
.towh::before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 20px;
    top: 6px;
    left: 0;
    background-color: red;
}
.towh > a{
    position: absolute;
    font-size: 14px;
    color: #aaa;
    bottom: 0px;
    right: 0px;
}
/* .recom{
    margin-top: 30px;
} */
.recom > ul{
    display: flex;
    justify-content: space-between;
}
.recom li{
    width: 23%;
}
.recom li > a{
    display: block;
    height: 150px;
    transition: all .3s linear;
}
.recom li > a:hover{
    background-size: 110% 110%;
}
.recom h3{
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}
.recom p{
    color: #444;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height: 30px;
    height: 60px;
}

/* ***** */
.ad{
    margin: 20px 0;
    position: relative;
}
.ad span{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ad a,.ad img{
    display: block;
    width: 100%;
}

/* ***** */
.view{
    display: flex;
    justify-content: space-between;
}
.vie_lef{
    width: 68%;
}
.vie_lef .towh{
    margin: 20px 0;
}
.vie_lef > section{
    display: flex;
    justify-content: space-between;
}
.vie_lef .vie_o{
    width: 52%;
}
.vie_o > a{
    display: block;
    height: 263px;
    transition: all .3s linear;
}
.vie_o > a:hover{
    background-size: 110% 110%;
}
.vie_o > h3{
    font-size: 22px;
    margin: 15px 0;
}
/* .vie_o > h3 > a:hover{
    color: red;
    text-decoration: none;
} */
.vie_o > p{
    text-indent: 2em;
    line-height: 30px;
    color: #444;
}
.vie_lef .vie_t{
    width: 46%;
}
.vie_t h4{
    font-size: 18px;
    font-weight: 700;
}

.vie_t p{
    line-height: 30px;
    color: #444;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height: 60px;
}
.vie_rig{
    width: 30%
}
.vie_rig .towh{
    margin: 20px 0;
}
.vie_rig li{
    line-height: 40px;
}
.vie_rig a:hover{
    color: #007bff;
}
.vie_rig .label{
    color: red;
    font-weight: 700;
}
.vie_rig .label:hover{
    text-decoration: none;
}
.vie_rig .label + span{
    margin: 0 5px;
    position: relative;
    top: -2px;
}
.vie_rig li:first-child a{
    color: red;
    font-weight: 700;
}
.vie_rig > button{
    width: 100%;
    border: 1px solid red;
    color: red;
    margin-top: 20px;
}
.vie_rig > button:hover{
    color:red;
}

/* **********modul */
.modul{
    display: flex;
    justify-content: space-between;
}
.leader{
    width: 60%;
}
.report{
    width: 38%;
}
.tabNav{
    line-height: 50px;
    background-color: #ccc;
    border-radius: 4px;
    display: flex;
    padding-left: 15px;
}
.tabNav a{
    padding: 0 15px;
    display: block;
    line-height:50px;
    border-bottom: 2px solid transparent;
}
.tabNav .action{
    border-bottom-color:red;
    color: red;
}
.leader ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}
.leader .action ol{
    display: flex;
}
.leader ol > li {
    width: 32%;
}
.leader ol > li a{
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    transition: all .2s linear;
    border: 1px solid transparent;
    padding: 10px;
    position: relative;
    top: 0;
}
.leader ol > li a:hover{
    top: -2px;
    border: 1px solid #007bff;
}
.leader .info{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.leader .info button{
    margin-left: 15px;
}
.report ul > li{
    display: flex;
    justify-content: space-between;
    /* margin-top: 15px; */
    padding: 10px 0;
    /* border-bottom: 1px solid #aaa; */
    border-top:1px solid #aaa;
}
/* .report ul > li:last-child{
    border:none;
} */
.report ul > li > a{
    display: block;
    width: 150px;
    height: 80px;
    transition: all .3s linear;
}
.report ul > li > a:hover{
    background-size: 110% 110%;
}
.report ul > li > div{
    width: calc(100% - 160px);
}
.report ul > li h4{
    font-size: 16px;
    font-weight: 700;
}
.report ul > li p{
    line-height: 25px;
    font-size: 14px;
    color: #444;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin: 0;
    height: 50px;
}

/* ***culture*** */
.culture{
    display: flex;
    justify-content: space-between;
}
.cul_lef{
    width: 270px;
}
.cul_lef .towh{
    margin:15px 0;
}
.cul_lef section a{
    position: relative;
    display: block;
}
.cul_lef section a p{
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(48, 48, 48, 0.7);
}
.cul_lef section img{
    display: block;
    width: 100%;
}
.cul_lef section ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cul_lef section li{
    width: 49%;
    margin-top: 15px;
}
.cul_lef section li p{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size: 14px;
    margin: 0;
    height: 46px;
}

.cul_rig{
    width: calc(100% - 300px);
}
.cul_rig .cul_t{
    display: flex;
    justify-content: space-between;
}
.cul_rig .cul_t section,.cul_b > div{
    width: 48%;
}
.cul_rig .cul_t img{
    display:block;
    width: 100%;
    height:380px
}
.cul_rig .cul_t a{
    position: relative;
    display: block;
}
.cul_rig .cul_t a p{
    color: #fff;
    padding: 0 10px;
    position:absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
        background: #ccc;
}
.cul_t section ul,.cul_b{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.cul_t section ul li{
    width: 30%;
}
.cul_t section span{
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height: 50px;
}
.cul_t ol li > a,.cul_b li > a{
    display: block;
    line-height: 40px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.cul_t ol li,.cul_b li{
    position: relative;
}
.cul_t ol li::before,.cul_b li::before,.website li::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 18px;
    width: 4px;
    height: 4px;
    background-color: #aaa;
    border-radius: 4px;
}
.cul_t ol li:nth-child(1) a,.cul_b li:nth-child(1) a{
    font-weight: 700;
}
/* *****finan***/
.finan{
    display: flex;
    justify-content: space-between;
}
.finan .cul_lef > ul li{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.finan .cul_lef > ul li a{
    display: block;
    margin-right: 10px;
}
.finan .cul_lef > ul p{
    margin: 0;
    font-size: 14px;
}
/* ****tourism**** */
.tourism > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tourism .tour_con{
    width: 68%;
    margin-bottom: 60px;
    position: relative;
}
.tourism .action::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -30px;
    left: 0;
    background-image: linear-gradient(to right,red,rgb(233, 209, 74),#ccc);
}
.tourism .tour_list{
    width: 30%;

}
.tourism .tour_con h2{
    font-size: 24px;
    text-align: center;
}
.tourism .tour_con p{
    line-height: 35px;
    text-indent: 2em;
    margin-top: 20px;
}
.tourism section a{
    font-size: 14px;
}
.tourism .tour_list{
    line-height: 35px;
}
.tourism .tour_list h4 a{
    font-size: 18px;
    font-weight: 700;
}
.tourism .tour_list li a{
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left: 10px;
    transition: all .2s linear;
    position: relative;
    left: 0;
}
.tourism .tour_list li a:hover{
    left: 10px;
}
.tourism .tour_list li{
    position: relative;
}
.tourism .tour_list li::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    top: 12px;
    left: 0;
    background-color: #bbb;
}
.tourism .tour_list li:nth-child(1)::before{
    background-color: red;
}
.tourism .tour_list li:nth-child(2)::before{
    background-color:orangered;
}
.tourism .tour_list li:nth-child(3)::before{
    background-color:rgb(233, 209, 74);
}

/* ************mask********************* */
.mask{
    display: flex;
    justify-content: space-between;
}
.mask > div{
    width: 30%;
    height: 249px;
    position: relative;
    background-position: center;
    transition: all .2s linear;
}
.mask div > a{
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transition: all .2s linear;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mask div strong{
    display: block;
}
.mask > div:hover a{
    color: transparent;
    background-color: transparent;
}

.mask > div:hover{
    background-size: 110% 110%;
}
/* *************website*********** */
.website{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.website > div{
    width: 48%;
}
.website > div > div{
    display: flex;
}
.website > div > div a{
    display: block;
    width: 111px;
    margin-right: 10px;
}
.website > div > div a img{
    display: block;
}
.website p{
    text-indent: 2em;
    line-height: 30px;
}
.website a + p{
    width: calc(100% - 121px);
}
.website li{
    line-height: 35px;
    position: relative;
    margin-left: 10px;
}
/* ***************scale*********** */
.scale ul,.scale ol{
    display: flex;
    flex-wrap: wrap;
}
.scale li{
    margin-top: 10px;
}
.scale ul li{
    /* width: 9%; */
    padding: 0 10px;
}
.scale ol li{
    /* width: 10%; */
    padding: 0 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
footer{
    border-top: 1px solid #bbb;
    padding: 60px;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}
footer a{
    margin: 0 10px;
}
footer a:hover{
    color: #333;
    text-decoration: underline
}
footer img{
    margin: 0 10px;
}

.return{
    position: fixed;
    bottom: 100px;
    right: 100px;
    background-color: #fff;
    display: none;
}
